|
|
|
|
AutoExpandArea Property, SftTree Class |
Defines the area where items may be automatically expanded, when the mouse cursor hovers over the item for an extended period of time.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property AutoExpandArea As AutoExpandAreaEnum |
C# |
public AutoExpandAreaEnum AutoExpandArea { get; set; } |
C++ |
public: property AutoExpandAreaEnum AutoExpandArea { |
Property Value
The area where items may be automatically expanded.
Value |
Description |
|
0 | The item is automatically expanded if the mouse cursor hovers over the first displayed column. | |
1 | The item is automatically expanded if the mouse cursor hovers over the cell of the hierarchy column (excluding the hierarchy area). | |
2 | The item is automatically expanded if the mouse cursor hovers over any cell (excluding the hierarchy area). |
The default value is AutoExpandAreaEnum.AllColumns.
Comments
The AutoExpandArea property defines the area where items may be automatically expanded, when the mouse cursor hovers over the item for an extended period of time.
If the mouse cursor hovers over an expandable item for an extended period of time, the item can automatically be expanded based on the AutoExpandHover and AutoExpandDragDrop property setting.